home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / BUSINESS / CTS30_1.ARJ / FILELIST.TXT < prev    next >
Text File  |  1992-02-11  |  4KB  |  102 lines

  1. The following is a list of the files contained in the
  2. 'CTS30#1.ZIP' and 'CTS30#2.ZIP' archives.
  3.  
  4.  
  5. Documentation files
  6. CTS.TXT -- Documentation for the Contact Tracking System
  7. UPGRADE.TXT -- Instructions for upgrading a previous CTS version
  8. COPYON.DOC -- The documentation to the 'COPYON.COM' utility.
  9. SWAPMEM.DOC -- The documentation to the 'SWAPMEM.COM' utility.
  10.  
  11. Executable files
  12. COPYON.COM -- A public domain utility used in backing up data.
  13. SWAPMEM.COM -- A utility that swaps memory to disk
  14.  
  15. Menu files
  16. CTS.FOX -- The main menu.
  17. FIL-M.FOX -- The files menu.
  18. REP-M.FOX -- The reports menu.
  19. UTIL-M.FOX -- The utilities menu.
  20.  
  21. Update files
  22. CON-U.FOX -- The contact and status update module.
  23. STAT-U.FOX -- The status update module.
  24. FIL-U.FOX -- The files update module, also called the files
  25. utility.
  26. TYPE-U.FOX -- The types update module.
  27.  
  28. Report files
  29. CALENDAR.FOX -- The calendar report.
  30. LABELS.FOX -- Used for the 1UP, 2UP, phone, and numbers reports
  31. 1UP.LBL -- The 1UP labels format
  32. 2UP.LBL -- The 2UP labels format
  33. NUMBERS.LBL -- The names and numbers report
  34. PHONE.LBL -- The phone and address report
  35. EMPTY.LBL -- Used as a starting point for user defined label
  36. formats
  37. STATUS.FOX -- The status, phone, and address report
  38. WPMERGE.FOX -- The report that produces a WordPerfect "secondary
  39. merge" file
  40.  
  41. Utility files
  42. BACKUP.FOX -- The backup utility.
  43. CONFIG.FOX -- The configuration utility.
  44. INDEX.FOX -- The index utility.
  45.  
  46. Miscellaneous files
  47. DIALER.BIN -- An assembley routine for dialing a phone number
  48. ERROR.FOX -- A routine for handling runtime errors.
  49. EXTERNAL.FOX -- A routine for transferring control to an external
  50. program
  51. LIBRARY.FOX -- A library of commonly used routines.
  52.  
  53. Database files
  54. EMPTY.DBF -- Used in creating new CONTACT files
  55. FILES.DBF -- Contains names and descriptions of CONTACT files.
  56. ALL.DBF -- A master file, containing all contacts.
  57. ALL.DBF -- Contains all contacts
  58. BUSINESS.DBF -- Contains business contacts.
  59. JOB.DBF -- Contains job contacts.
  60. MISCELLANEOUS.DBF -- Contains miscellaneous contacts.
  61. PERSONAL.DBF -- Contains personal contacts.
  62. HOLD.DBF -- Contains contacts held for further action.
  63. EMPTY.DBF -- Used for creating new CONTACT files.
  64. STATUS.DBF -- Contains events which may be related to contacts.
  65. TEXTLINE.DBF -- Used in meno field operations.
  66.  
  67. The Contact and STATUS 'DBF' files have associated files with a
  68. '.DBT' extension, which contain memo text.
  69.  
  70. Index files have the same names as database files but 'IDX'
  71. rather than 'DBF' extensions.
  72.  
  73. Files with a 'TMP' extension are temporary files used in the
  74. conversion process from an earlier version of CTS.  They do not
  75. take much space, but you may delete them, if you wish, after any
  76. conversion has been done.
  77.  
  78. The demo version of CTS loads the 'CTSDEMO.BAT' batch file.  It
  79. uses the demo version of Foxbase.  These files have a 'FOXPLUS'
  80. name and various extensions.
  81.  
  82.      The full version of CTS loads with the 'CTS.BAT batch file. 
  83. It uses the runtime version of Foxbase.  These files have a
  84. 'FOXPRUN' name and various extensions.
  85.  
  86.      The Foxbase files do not actually have to be in the
  87. directory in which CTS is installed.  Though this is the simplest
  88. installation, they may instead by located in any directory that
  89. is on the DOS path.  For example, you might create a directory
  90. called 'C:\RUN' in which you copy the runtime version of Foxbase. 
  91. You might then place the 'CTS.BAT' file in a directory in which
  92. other batch files are also located.  You must then add the
  93. appropriate commands at the be beginning of the batch file so
  94. that it changes to the CTS directory.  For example, your batch
  95. file might look like this:
  96.  
  97. @ECHO OFF
  98. C:
  99. CD\CTS
  100. SET CTS=%1
  101. FOXPRUN CTS
  102.